home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00288.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  481 b   |  21 lines

  1. on NaviC
  2.   if rollOver(21) then
  3.     set the castNum of sprite 21 to 44
  4.     set the castNum of sprite 22 to 47
  5.     set the castNum of sprite 23 to 45
  6.     exit
  7.   end if
  8.   set the castNum of sprite 21 to 43
  9.   if rollOver(22) then
  10.     set the castNum of sprite 22 to 48
  11.     set the castNum of sprite 23 to 45
  12.     exit
  13.   end if
  14.   set the castNum of sprite 22 to 47
  15.   if rollOver(23) then
  16.     set the castNum of sprite 23 to 46
  17.     exit
  18.   end if
  19.   set the castNum of sprite 23 to 45
  20. end
  21.